Html Css Color HEX #CFEA3E Pear

📋 copy color: '#CFEA3E'

red 207 ◦ green 234 ◦ blue 62

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

Shades of Pear #CFEA3E

Tints of Pear #CFEA3E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.52%

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

R = 41.15%
G = 46.52%
B = 12.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#CFEA3E (or 0xCFEA3E) is known color: Pear. HEX triplet: CF, EA and 3E. RGB value is (207,234,62). Sum of RGB (Red+Green+Blue) = 207+234+62=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA3E is #3015C1. Grayscale: #CECECE. Windows color (decimal): -3151298 or 4123343. OLE color: 4123343.

HSL color Cylindrical-coordinate representation of color #CFEA3E: hue angle of 69.42º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFEA3E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 62 -
CMYK 0.12 0 0.74 0.08
HSL 69.42º 0.8% 0.58% -
HSV(B) 69.42º 0.74% 0.92% -
XYZ 56.02 72.46 15.59 -
YUV 206.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 207 234 62 0.12 0 0.74 0.08 69.42 0.8 0.58
Hex CF EA 3E C 0 4A 8 45 50 3A
Octal 317 352 76 14 0 112 10 105 120 72
Binary 11001111 11101010 111110 1100 0 1001010 1000 1000101 1010000 111010

Color Harmonies of #CFEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA3E

Black with #CFEA3E

Text Example


Text Example

White with #CFEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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