Html Css Color HEX #CEFA42 Pear

📋 copy color: '#CEFA42'

red 206 ◦ green 250 ◦ blue 66

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

Shades of Pear #CEFA42

Tints of Pear #CEFA42

RGB

 RED value IS 206 (80.86% from 255) = 39.46%

 GREEN value IS 250 (98.05% from 255) = 47.89%

 BLUE value IS 66 (26.17% from 255) = 12.64%

R = 39.46%
G = 47.89%
B = 12.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#CEFA42 (or 0xCEFA42) is known color: Pear. HEX triplet: CE, FA and 42. RGB value is (206,250,66). Sum of RGB (Red+Green+Blue) = 206+250+66=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA42 is #3105BD. Grayscale: #D8D8D8. Windows color (decimal): -3212734 or 4389582. OLE color: 4389582.

HSL color Cylindrical-coordinate representation of color #CEFA42: hue angle of 74.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEFA42 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 66 -
CMYK 0.18 0 0.74 0.02
HSL 74.35º 0.95% 0.62% -
HSV(B) 74.35º 0.74% 0.98% -
XYZ 60.62 81.89 17.76 -
YUV 215.87 43.42 120.96 -
System Red Green Blue C M Y K H S L
Decimal 206 250 66 0.18 0 0.74 0.02 74.35 0.95 0.62
Hex CE FA 42 12 0 4A 2 4A 5F 3E
Octal 316 372 102 22 0 112 2 112 137 76
Binary 11001110 11111010 1000010 10010 0 1001010 10 1001010 1011111 111110

Color Harmonies of #CEFA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA42

Black with #CEFA42

Text Example


Text Example

White with #CEFA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA42; }

 p { color: rgb(206,250,66); }

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

background-color css

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

 a { background-color: rgb(206,250,66); }

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

border-color css

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

 span { border-color: rgb(206,250,66); }

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