Html Css Color HEX #CAE626 Pear

📋 copy color: '#CAE626'

red 202 ◦ green 230 ◦ blue 38

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

Shades of Pear #CAE626

Tints of Pear #CAE626

RGB

 RED value IS 202 (79.3% from 255) = 42.98%

 GREEN value IS 230 (90.23% from 255) = 48.94%

 BLUE value IS 38 (15.23% from 255) = 8.09%

R = 42.98%
G = 48.94%
B = 8.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CAE626 (or 0xCAE626) is known color: Pear. HEX triplet: CA, E6 and 26. RGB value is (202,230,38). Sum of RGB (Red+Green+Blue) = 202+230+38=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE626 is #3519D9. Grayscale: #C8C8C8. Windows color (decimal): -3480026 or 2549450. OLE color: 2549450.

HSL color Cylindrical-coordinate representation of color #CAE626: hue angle of 68.75º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAE626 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 38 -
CMYK 0.12 0 0.83 0.10
HSL 68.75º 0.79% 0.53% -
HSV(B) 68.75º 0.83% 0.9% -
XYZ 53 69.29 12.41 -
YUV 199.74 36.72 129.61 -
System Red Green Blue C M Y K H S L
Decimal 202 230 38 0.12 0 0.83 0.10 68.75 0.79 0.53
Hex CA E6 26 C 0 53 A 45 4F 35
Octal 312 346 46 14 0 123 12 105 117 65
Binary 11001010 11100110 100110 1100 0 1010011 1010 1000101 1001111 110101

Color Harmonies of #CAE626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE626

Black with #CAE626

Text Example


Text Example

White with #CAE626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE626; }

 p { color: rgb(202,230,38); }

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

background-color css

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

 a { background-color: rgb(202,230,38); }

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

border-color css

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

 span { border-color: rgb(202,230,38); }

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