Html Css Color HEX #CBE238 Las Palmas

📋 copy color: '#CBE238'

red 203 ◦ green 226 ◦ blue 56

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

Shades of Las Palmas #CBE238

Tints of Las Palmas #CBE238

RGB

 RED value IS 203 (79.69% from 255) = 41.86%

 GREEN value IS 226 (88.67% from 255) = 46.6%

 BLUE value IS 56 (22.27% from 255) = 11.55%

R = 41.86%
G = 46.6%
B = 11.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#CBE238 (or 0xCBE238) is known color: Las Palmas. HEX triplet: CB, E2 and 38. RGB value is (203,226,56). Sum of RGB (Red+Green+Blue) = 203+226+56=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE238 is #341DC7. Grayscale: #C8C8C8. Windows color (decimal): -3415496 or 3728075. OLE color: 3728075.

HSL color Cylindrical-coordinate representation of color #CBE238: hue angle of 68.12º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE238 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 56 -
CMYK 0.10 0 0.75 0.11
HSL 68.12º 0.75% 0.55% -
HSV(B) 68.12º 0.75% 0.89% -
XYZ 52.54 67.37 13.98 -
YUV 199.74 46.88 130.32 -
System Red Green Blue C M Y K H S L
Decimal 203 226 56 0.10 0 0.75 0.11 68.12 0.75 0.55
Hex CB E2 38 A 0 4B B 44 4B 37
Octal 313 342 70 12 0 113 13 104 113 67
Binary 11001011 11100010 111000 1010 0 1001011 1011 1000100 1001011 110111

Color Harmonies of #CBE238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE238

Black with #CBE238

Text Example


Text Example

White with #CBE238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE238; }

 p { color: rgb(203,226,56); }

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

background-color css

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

 a { background-color: rgb(203,226,56); }

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

border-color css

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

 span { border-color: rgb(203,226,56); }

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