Html Css Color HEX #CFE93C Pear

📋 copy color: '#CFE93C'

red 207 ◦ green 233 ◦ blue 60

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

Shades of Pear #CFE93C

Tints of Pear #CFE93C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.6%

 BLUE value IS 60 (23.83% from 255) = 12%

R = 41.4%
G = 46.6%
B = 12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#CFE93C (or 0xCFE93C) is known color: Pear. HEX triplet: CF, E9 and 3C. RGB value is (207,233,60). Sum of RGB (Red+Green+Blue) = 207+233+60=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE93C is #3016C3. Grayscale: #CECECE. Windows color (decimal): -3151556 or 3992015. OLE color: 3992015.

HSL color Cylindrical-coordinate representation of color #CFE93C: hue angle of 69.02º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE93C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 60 -
CMYK 0.11 0 0.74 0.09
HSL 69.02º 0.8% 0.57% -
HSV(B) 69.02º 0.74% 0.91% -
XYZ 55.69 71.87 15.21 -
YUV 205.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 207 233 60 0.11 0 0.74 0.09 69.02 0.8 0.57
Hex CF E9 3C B 0 4A 9 45 50 39
Octal 317 351 74 13 0 112 11 105 120 71
Binary 11001111 11101001 111100 1011 0 1001010 1001 1000101 1010000 111001

Color Harmonies of #CFE93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE93C

Black with #CFE93C

Text Example


Text Example

White with #CFE93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE93C; }

 p { color: rgb(207,233,60); }

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

background-color css

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

 a { background-color: rgb(207,233,60); }

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

border-color css

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

 span { border-color: rgb(207,233,60); }

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