Html Css Color HEX #CFE612 Pear

📋 copy color: '#CFE612'

red 207 ◦ green 230 ◦ blue 18

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

Shades of Pear #CFE612

Tints of Pear #CFE612

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.55%

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 45.49%
G = 50.55%
B = 3.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CFE612 (or 0xCFE612) is known color: Pear. HEX triplet: CF, E6 and 12. RGB value is (207,230,18). Sum of RGB (Red+Green+Blue) = 207+230+18=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE612 is #3019ED. Grayscale: #C7C7C7. Windows color (decimal): -3152366 or 1238735. OLE color: 1238735.

HSL color Cylindrical-coordinate representation of color #CFE612: hue angle of 66.51º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFE612 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 18 -
CMYK 0.10 0 0.92 0.10
HSL 66.51º 0.85% 0.49% -
HSV(B) 66.51º 0.92% 0.9% -
XYZ 54.14 69.9 11.21 -
YUV 198.96 25.88 133.74 -
System Red Green Blue C M Y K H S L
Decimal 207 230 18 0.10 0 0.92 0.10 66.51 0.85 0.49
Hex CF E6 12 A 0 5C A 43 55 31
Octal 317 346 22 12 0 134 12 103 125 61
Binary 11001111 11100110 10010 1010 0 1011100 1010 1000011 1010101 110001

Color Harmonies of #CFE612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE612

Black with #CFE612

Text Example


Text Example

White with #CFE612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE612; }

 p { color: rgb(207,230,18); }

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

background-color css

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

 a { background-color: rgb(207,230,18); }

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

border-color css

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

 span { border-color: rgb(207,230,18); }

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