Html Css Color HEX #CFE71C Pear

📋 copy color: '#CFE71C'

red 207 ◦ green 231 ◦ blue 28

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

Shades of Pear #CFE71C

Tints of Pear #CFE71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.01%

R = 44.42%
G = 49.57%
B = 6.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#CFE71C (or 0xCFE71C) is known color: Pear. HEX triplet: CF, E7 and 1C. RGB value is (207,231,28). Sum of RGB (Red+Green+Blue) = 207+231+28=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE71C is #3018E3. Grayscale: #C9C9C9. Windows color (decimal): -3152100 or 1894351. OLE color: 1894351.

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

Color convert

RGB 207 231 28 -
CMYK 0.10 0 0.88 0.09
HSL 67.09º 0.81% 0.51% -
HSV(B) 67.09º 0.88% 0.91% -
XYZ 54.52 70.5 11.83 -
YUV 200.68 30.55 132.51 -
System Red Green Blue C M Y K H S L
Decimal 207 231 28 0.10 0 0.88 0.09 67.09 0.81 0.51
Hex CF E7 1C A 0 58 9 43 51 33
Octal 317 347 34 12 0 130 11 103 121 63
Binary 11001111 11100111 11100 1010 0 1011000 1001 1000011 1010001 110011

Color Harmonies of #CFE71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE71C

Black with #CFE71C

Text Example


Text Example

White with #CFE71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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