Html Css Color HEX #CFE03E Pear

📋 copy color: '#CFE03E'

red 207 ◦ green 224 ◦ blue 62

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

Shades of Pear #CFE03E

Tints of Pear #CFE03E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.44%

 BLUE value IS 62 (24.61% from 255) = 12.58%

R = 41.99%
G = 45.44%
B = 12.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#CFE03E (or 0xCFE03E) is known color: Pear. HEX triplet: CF, E0 and 3E. RGB value is (207,224,62). Sum of RGB (Red+Green+Blue) = 207+224+62=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE03E is #301FC1. Grayscale: #C9C9C9. Windows color (decimal): -3153858 or 4120783. OLE color: 4120783.

HSL color Cylindrical-coordinate representation of color #CFE03E: hue angle of 66.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFE03E is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 62 -
CMYK 0.08 0 0.72 0.12
HSL 66.3º 0.72% 0.56% -
HSV(B) 66.3º 0.72% 0.88% -
XYZ 53.26 66.92 14.67 -
YUV 200.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 207 224 62 0.08 0 0.72 0.12 66.3 0.72 0.56
Hex CF E0 3E 8 0 48 C 42 48 38
Octal 317 340 76 10 0 110 14 102 110 70
Binary 11001111 11100000 111110 1000 0 1001000 1100 1000010 1001000 111000

Color Harmonies of #CFE03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE03E

Black with #CFE03E

Text Example


Text Example

White with #CFE03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE03E; }

 p { color: rgb(207,224,62); }

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

background-color css

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

 a { background-color: rgb(207,224,62); }

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

border-color css

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

 span { border-color: rgb(207,224,62); }

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