Html Css Color HEX #CFE742 Pear

📋 copy color: '#CFE742'

red 207 ◦ green 231 ◦ blue 66

#CFE742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CFE742

Tints of Pear #CFE742

RGB

 RED value IS 207 (81.25% from 255) = 41.07%

 GREEN value IS 231 (90.63% from 255) = 45.83%

 BLUE value IS 66 (26.17% from 255) = 13.1%

R = 41.07%
G = 45.83%
B = 13.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE742 (or 0xCFE742) is known color: Pear. HEX triplet: CF, E7 and 42. RGB value is (207,231,66). Sum of RGB (Red+Green+Blue) = 207+231+66=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE742 is #3018BD. Grayscale: #CDCDCD. Windows color (decimal): -3152062 or 4384719. OLE color: 4384719.

HSL color Cylindrical-coordinate representation of color #CFE742: hue angle of 68.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFE742 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 66 -
CMYK 0.10 0 0.71 0.09
HSL 68.73º 0.77% 0.58% -
HSV(B) 68.73º 0.71% 0.91% -
XYZ 55.29 70.81 15.91 -
YUV 205.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 207 231 66 0.10 0 0.71 0.09 68.73 0.77 0.58
Hex CF E7 42 A 0 47 9 45 4D 3A
Octal 317 347 102 12 0 107 11 105 115 72
Binary 11001111 11100111 1000010 1010 0 1000111 1001 1000101 1001101 111010

Color Harmonies of #CFE742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE742

Black with #CFE742

Text Example


Text Example

White with #CFE742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE742; }

 p { color: rgb(207,231,66); }

 H1.HeaderClassName
 {
   color: #CFE742;
 }
 .AnyTagClassName
 {
   color: #CFE742;
 }
</style>

background-color css

<style>
 a { background-color: #CFE742; }

 a { background-color: rgb(207,231,66); }

 div.DivClassName
 {
   background-color: #CFE742;
 }
 .BgClassName
 {
   background-color: #CFE742;
 }
</style>

border-color css

<style>
 span { border-color: #CFE742; }

 span { border-color: rgb(207,231,66); }

 td.TdClassName
 {
   border-color: #CFE742;
 }
 .TagClassName
 {
   border-color: #CFE742;
 }
</style>