Html Css Color HEX #CFE93F Pear

📋 copy color: '#CFE93F'

red 207 ◦ green 233 ◦ blue 63

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

Shades of Pear #CFE93F

Tints of Pear #CFE93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.52%

R = 41.15%
G = 46.32%
B = 12.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#CFE93F (or 0xCFE93F) is known color: Pear. HEX triplet: CF, E9 and 3F. RGB value is (207,233,63). Sum of RGB (Red+Green+Blue) = 207+233+63=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE93F is #3016C0. Grayscale: #CECECE. Windows color (decimal): -3151553 or 4188623. OLE color: 4188623.

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

Color convert

RGB 207 233 63 -
CMYK 0.11 0 0.73 0.09
HSL 69.18º 0.79% 0.58% -
HSV(B) 69.18º 0.73% 0.91% -
XYZ 55.77 71.9 15.64 -
YUV 205.85 47.39 128.82 -
System Red Green Blue C M Y K H S L
Decimal 207 233 63 0.11 0 0.73 0.09 69.18 0.79 0.58
Hex CF E9 3F B 0 49 9 45 4F 3A
Octal 317 351 77 13 0 111 11 105 117 72
Binary 11001111 11101001 111111 1011 0 1001001 1001 1000101 1001111 111010

Color Harmonies of #CFE93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE93F

Black with #CFE93F

Text Example


Text Example

White with #CFE93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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